runtime.traceWriter.writeProcStatusForP (method)

3 uses

	runtime (current package)
		trace.go#L301: 		tl.writer().writeProcStatusForP(pp, pp == tl.mp.p.ptr()).end()
		trace.go#L641: 				tl.writer().writeProcStatusForP(pp, false).end()
		tracestatus.go#L74: func (w traceWriter) writeProcStatusForP(pp *p, inSTW bool) traceWriter {